home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / graphics / 1998 < prev    next >
Encoding:
Text File  |  1996-08-05  |  4.1 KB  |  87 lines

  1. Path: uu4news.netcom.com!genesplicer!icon!joey.mcdonald
  2. From: Joey.McDonald@icon.genesplicer.org (Joey McDonald)
  3. Date: 15 Mar 96 22:06:09 
  4. Newsgroups: comp.sys.amiga.graphics
  5. Subject: DCTVpost 4/5
  6. Message-ID: <00a_9603160501@genesplicer.org>
  7. Organization: The GeneSplicer
  8.  
  9. CHAPTER 2:
  10. The Future of DCTV display programs.. and a NEW type of display!
  11. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  12. ⌐ copyright 1996 Joey McDonald
  13.  
  14.  
  15. PROBLEM:
  16. ~~~~~~~
  17. Wouldn't it be nice to be able to scroll around huge 1200x1200 DCTV
  18. displays? The DCTV software does not allow the creation of such
  19. large images, and even if you could create such an image... there
  20. is no way to scroll the image due to the fact that DCTV requires
  21. special data on the top and left sides of the display.
  22.  
  23. SOLUTION:
  24. ~~~~~~~~~
  25. I noticed that while using the P.D./Shareware program Rend24 that it is
  26. absolutely possible to create HUGE DCTV displays much larger than the
  27. viewable area (by converting large 24bit/jpeg images to DCTV format).
  28.  
  29. However when you try to load one of these images into a viewer that
  30. allows scrolling, you will encounter problems. When you scroll.. DCTV
  31. will not be able to decode the image data. The reason; DCTV requires the
  32. top scanline which contains special information, as well as the left
  33. "zipper" lines (2 vertical lines on the left side). When that data is
  34. moved off screen, the image will not register with DCTV.
  35.  
  36. While tinkering with a p.d. program called Dswitch (that allows you
  37. to do a few odd things with your DCTV.. such as pass video through,
  38. etc.) I noticed that when you select Dswitch's RGB mode that you
  39. can actually scroll from top to bottom of a LARGE DCTV display with
  40. virtually no problems. I am not a programmer and I'm not sure what the
  41. Dswitch program does to allow this (it was not designed for that purpose).
  42. But, when I found this out.. it got me thinking about HOW it would be
  43. possible to scroll a HUGE DCTV image without any problems.
  44.  
  45. An idea for a new type of DCTV viewer:
  46. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  47. Create a special viewer program that does the following; Upon loading
  48. a DCTV picture.. the viewer "clips" the top line (magic cookie) and
  49. the "zipper" on the left. The data is HELD in position (sort of like
  50. a TOP invisible layer to a parallax scrolling screen). The actual image
  51. is displayed UNDER the HELD lines.. (a 2nd screen) and when you scroll
  52. around.. only THAT screen (the 2nd screen) will scroll, the important
  53. information always remains in the same position on the TOP MOST SCREEN.
  54. The top line is absolutely required for top to bottom (up/down scrolling)
  55. and the left zipper lines are required for sideways (left/right) scrolling.
  56.  
  57. There may be a much simpler approach to this... but I have at least
  58. presented an idea and a starting place for a NEW type of DCTV display.
  59. Imagine the possibilities of Huge 1200x1200 -SCROLLING- DCTV backdrops!
  60. I can see possibilities for incredible DCTV video titlers with "rolling"
  61. backdrops, etc.
  62.  
  63. A utility to create HUGE DCTV displays:
  64. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  65.  
  66. I have already stated that you can create large DCTV images by
  67. converting large 24-bit/jpeg/gif etc. images in a program such as
  68. Rend24. BUT, it would be nice if we had a utility that would allow
  69. us to actually combine several DCTV images into one large super bit-map.
  70. For instance.. combining 4 640x200 images would result in a 1280x400
  71. super bit-map image with a 640x200 scrolling display area. You could
  72. combine as many as you like within the limits of the Amiga display area
  73. (1280x1280 ?). There are many other resolution/screen size options.
  74.  
  75. I know that this will work. I entered DeluxePaint with two DCTV 640x200
  76. displays and stamped them BOTH down on a 640x400 screen. Both images are
  77. displayable as a single scrolling image (the special viewer would be need
  78. for proper display). I did note that a program that combines many DCTV
  79. images into a super bit-map display might need to clip and remove the top
  80. line (magic cookie) from all images below the first (top image). The zipper
  81. must always be properly aligned upon combining images.
  82.  
  83. It would also be nice to have a PAINT program capable of scrolling
  84. through a DCTV super bit-map image.
  85.  
  86. Joey McDonald
  87.